home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / ddjcomp.lha / urban / backhash.c next >
Encoding:
Text File  |  1991-04-29  |  157 b   |  8 lines

  1. backhash() {
  2.   unsigned int d;
  3.   d=(TSIZE+at-to)%TSIZE;
  4.   hk=(HKSIZE+hk-hd[d][t[to]].k)%HKSIZE;
  5.   hv=(HVSIZE+hv-hd[d][t[to]].v)%HVSIZE;
  6.   to=(1+to)%TSIZE;
  7. }
  8.